LoongPort DSH 插件:在 DSH 中接入 OpenAI-compatible provider
`loongport` 是 SailingLoong 维护的 DeepSeek Harness(DSH)插件及 CLI 工具,旨在简化 OpenAI-compatible 提供商的接入。该插件(v0.2.0,MIT 许可,需 Node.js >=20)主要提供两项功能:一是在 DSH 的“设置 → LoongPort”中提供可视化配置入口,用户可在此选择预验证的提供商、粘贴 API 密钥并选定模型;二是提供高级 CLI 命令,用于将自定义 OpenAI-compatible endpoint 写入 DSH 配置。 CLI 支持通过 `--base-url`、`--model`、`--route
Read Moredsh-plugin-opencode-bridge: Integrating OpenCode Skills and Configuration into DeepSeek Harness
`dsh-plugin-opencode-bridge` is a DeepSeek Harness (DSH) plugin developed by YYTbit under the MIT license, designed to achieve "zero-migration" bridging between OpenCode and the DSH environment. This plugin primarily addresses the need to integrate existing OpenCode toolchain capabilities into DSH, with core functionalities including automatically loading OpenCode skills (from the path `~/.config/opencode/skills/<name>/SKILL.md`) and injecting configuration context (from the path `~/.config/opencode/opencode.jsonc`). Users can use the `dsh plugin --prof` command to further manage this plugin.
Read More